From 279bb6be916428bebd405e8829ad0fee6971a9f3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 28 Jul 2012 10:47:58 +0300 Subject: [PATCH] Fix bug #12062 with a typo in Elisp manual. doc/lispref/nonascii.texi (Character Sets): Fix a typo. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/nonascii.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0bc38cb312f..eceb7036088 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2012-07-28 Eli Zaretskii + + * nonascii.texi (Character Sets): Fix a typo. (Bug#12062) + 2012-07-25 Paul Eggert Prefer typical American spelling for "acknowledgment". diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 7895d1616f5..2f6f516c587 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi @@ -606,7 +606,7 @@ The value is a list of all defined character set names. @end defvar @defun charset-priority-list &optional highestp -This functions returns a list of all defined character sets ordered by +This function returns a list of all defined character sets ordered by their priority. If @var{highestp} is non-@code{nil}, the function returns a single character set of the highest priority. @end defun -- 2.30.2